home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / demos / velpic / velpic.dem < prev    next >
Text File  |  1999-09-16  |  299b  |  12 lines

  1.  
  2. ll =size(link());
  3. host('cd $SCI/demos/velpic;make all');
  4. if ~c_link('testpt') then  link('/tmp/testpt.o','testpt');end
  5. if ~c_link('id_rgn') then  link('/tmp/id_rgn.o /tmp/testpt.o','id_rgn');end
  6. getf('SCI/demos/velpic/velpic.sci','c')
  7. xselect()
  8. x=velpic(20,20);
  9. grayplot(1:20,1:20,x(:,20:-1:1));
  10.  
  11.  
  12.